# MPLAB IDE generated this makefile for use with Microsoft `nmake'.
# Project: cw v1_1.mcp
# Date: Sun Aug 30 08:57:24 2009

AS = MPASMWIN.exe
CC = mcc18.exe
LD = mplink.exe
AR = mplib.exe
RM = del

"cw v1_1.cof" : "main.o"
	$(LD) /p12F629 "main.o" /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"cw v1_1.cof" /M"cw v1_1.map" /W

"main.o" : "main.asm"
	$(AS) /q /p12F629 "main.asm" /l"main.lst" /e"main.err" /o"main.o" /d__DEBUG=1

"clean" : 
	$(RM) "main.o" "main.err" "main.lst" "cw v1_1.cof" "cw v1_1.hex"

